PDF4Java Reference Documentation
com.o2sol.pdf4java.content.batesnumbers Package / PDFBatesNumberAppearance Class / setFont Method
The font used to draw the Bates number.
In This Topic
    setFont Method
    In This Topic
    Sets the font.
    Syntax
    public void setFont( 
       PDFFont font
    )

    Parameters

    font
    The font used to draw the Bates number.
    Exceptions
    ExceptionDescription
    When font is null.
    See Also